Learn R Programming

utiml (version 0.1.4)

[.mlresult: Filter a Multi-Label Result

Description

If column filter is performed, then the result will be a matrix. Otherwise, the result will be a mlresult.

Usage

# S3 method for mlresult
[(mlresult, rowFilter = T, colFilter, ...)

Arguments

mlresult

A mlresult object

rowFilter

A list of rows to filter

colFilter

A list of columns to filter

...

Extra parameters to be used as the filter

Value

mlresult or matrix. If column filter is performed, then the result will be a matrix. Otherwise, the result will be a mlresult.